Tutorial: How to Load XML Data into Oracle Database Tables by Inc Prudentra

Tutorial: How to Load XML Data into Oracle Database Tables by Inc Prudentra

Author:Inc, Prudentra [Inc, Prudentra]
Language: eng
Format: azw3
Published: 2018-11-01T16:00:00+00:00


4 SQL*Loader Script (in callSQLloader.sh)

Use a text editor to create a file called callSQLloader.sh, and copy and paste the following lines in this section into that file. Make sure to modify “change” into the values of your Linux and Oracle systems and your Oracle account login credential. Save it and exit the text editor.

#!/bin/bash

export ORACLE_BASE=/pkg/oracle

export ORACLE_HOME=$ORACLE_BASE/client12cR2-linux64

export PATH=.:$ORACLE_HOME/bin:${PATH}

export ORACLE_SID=change

export TWO_TASK=change



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.